Přeskočit na hlavní obsah

Module: components/TableHeader

Functions​

default​

▸ default<TData, TValue>(root0): Element

A component that renders a header for a table column that can be sorted.

Type parameters​

Name
TData
TValue

Parameters​

NameTypeDescription
root0ObjectThe props of the component.
root0.columnColumn<TData, TValue>The column object to which the header belongs.
root0.textstringThe text of the header.

Returns​

Element

Defined in​

src/web-app/src/components/TableHeader.tsx:10